home *** CD-ROM | disk | FTP | other *** search
- int GetVersion(void);
- int GetUaeConfig(struct UAE_CONFIG *);
- int SetUaeConfig(struct UAE_CONFIG *);
- int HardReset(void);
- int Reset(void);
- int EjectDisk(ULONG drive);
- int InsertDisk(UBYTE *name, ULONG drive);
- int EnableSound(void);
- int DisableSound(void);
- int EnableJoystick(void);
- int DisableJoystick(void);
- int SetFrameRate(ULONG rate);
- int ChgCMemSize(ULONG mem);
- int ChgSMemSize(ULONG mem);
- int ChgFMemSize(ULONG mem);
- int ChangeLanguage(ULONG lang);
- int ExitEmu(void);
- int GetDisk(ULONG drive, UBYTE *name);
- int DebugFunc(void);
- #pragma libcall UaeBase GetVersion 1e 0
- #pragma libcall UaeBase GetUaeConfig 24 801
- #pragma libcall UaeBase SetUaeConfig 2a 801
- #pragma libcall UaeBase HardReset 30 0
- #pragma libcall UaeBase Reset 36 0
- #pragma libcall UaeBase EjectDisk 3c 001
- #pragma libcall UaeBase InsertDisk 42 0802
- #pragma libcall UaeBase EnableSound 48 0
- #pragma libcall UaeBase DisableSound 4e 0
- #pragma libcall UaeBase EnableJoystick 54 0
- #pragma libcall UaeBase DisableJoystick 5a 0
- #pragma libcall UaeBase SetFrameRate 60 001
- #pragma libcall UaeBase ChgCMemSize 66 001
- #pragma libcall UaeBase ChgSMemSize 6c 001
- #pragma libcall UaeBase ChgFMemSize 72 001
- #pragma libcall UaeBase ChangeLanguage 78 001
- #pragma libcall UaeBase ExitEmu 7e 0
- #pragma libcall UaeBase GetDisk 84 8002
- #pragma libcall UaeBase DebugFunc 8A 0
-